FUNCTION

The basename for an application. This name is used for the builtin ARexx port and for some internal file management.

A basename must neither contain spaces nor any special characters such as '':/()#?*...''.

When your program is a single task application ( i.e. MUIA_Application_SingleTask is TRUE ), the base name will be used without further modification.

Otherwise, it gets a ''.1'', ''.2'', etc. appended, depending on how many applications are already running. If you need to know the name of your ARexx port, you can query the base name attribute after the application is created.